| OLD | NEW | 
|---|
| (Empty) |  | 
|  | 1 <?xml version="1.0" encoding="UTF-8"?> | 
|  | 2 <Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types"> | 
|  | 3   <Default Extension="json" ContentType="application/json"/> | 
|  | 4   <Default Extension="html" ContentType="text/html"/> | 
|  | 5   <Default Extension="js" ContentType="application/x-javascript"/> | 
|  | 6   <Default Extension="png" ContentType="image/png"/> | 
|  | 7   <Default Extension="css" ContentType="text/css"/> | 
|  | 8   <Default Extension="gif" ContentType="image/gif"/> | 
|  | 9   <Default Extension="otf" ContentType="application/octet-stream"/> | 
|  | 10   <Default Extension="xml" ContentType="text/xml"/> | 
|  | 11   <Override PartName="/AppxManifest.xml" ContentType="application/vnd.ms-appx.ma
    nifest+xml"/> | 
|  | 12   <Override PartName="/AppxBlockMap.xml" ContentType="application/vnd.ms-appx.bl
    ockmap+xml"/> | 
|  | 13 </Types> | 
| OLD | NEW | 
|---|